projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d81add9
)
Run the build-time tests under X11 for now
author
Simon McVittie
<smcv@debian.org>
Sun, 9 Aug 2020 10:02:54 +0000
(11:02 +0100)
committer
Simon McVittie
<smcv@debian.org>
Sun, 9 Aug 2020 10:02:54 +0000
(11:02 +0100)
We don't have an equivalent of xvfb-run for Wayland yet.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c3882c7a85b4f411c58fc88851f1b043bbe1554f..34d08573fac38b0fcc446b6a592b291ebb560437 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-188,6
+188,7
@@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
--no-parallel \
--builddirectory=debian/build/deb \
-- \
+ --setup=x11 \
|| true
endif